projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d54ac
)
Add version info about the deprecation of GTK_WIDGET_SENSITIVE
author
Javier Jardón
<jjardon@gnome.org>
Wed, 3 Mar 2010 22:03:13 +0000
(23:03 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 3 Mar 2010 22:05:40 +0000
(23:05 +0100)
This completes the patch of
commit
64f526d34e1adc609944078e2fea38b2792f8230
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 52a42dbb3fb6f9f69448e33d8ae3d468af86f941..cdc98616b947a941e3fc4aba5ddd976f868bc72d 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-271,6
+271,8
@@
typedef enum
* @wid: a #GtkWidget.
*
* Evaluates to %TRUE if the #GTK_SENSITIVE flag has be set on the widget.
+ *
+ * Deprecated: 2.20: Use gtk_widget_get_sensitive() instead.
*/
#define GTK_WIDGET_SENSITIVE(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_SENSITIVE) != 0)
#endif